home *** CD-ROM | disk | FTP | other *** search
/ Motor Sport Digital Archive Collection 1960s / Motor Sport Digital Archive Collection 1960s.iso / main.swf / scripts / utils_properties.as < prev   
Encoding:
Text File  |  2008-05-21  |  504 b   |  22 lines

  1. package
  2. {
  3.    import mx.resources.ResourceBundle;
  4.    
  5.    public class utils_properties extends ResourceBundle
  6.    {
  7.       public function utils_properties()
  8.       {
  9.          super();
  10.       }
  11.       
  12.       override protected function getContent() : Object
  13.       {
  14.          var _loc1_:Object = null;
  15.          _loc1_ = {};
  16.          _loc1_["partialBlockDropped"] = "a partial block ({0} of 4 bytes) was dropped, decoded data is probably truncated!";
  17.          return _loc1_;
  18.       }
  19.    }
  20. }
  21.  
  22.